Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 1 - No. 36)
What is a 'trace table' used for?
To visualize the algorithm.
To track the values of variables as an algorithm executes.
To speed up the algorithm's execution.
To write an algorithm.
Објашњење
A trace table helps to track values, which helps to debug the logic and how the algorithm executes.
